home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>3</cardCount>
- <cardID>2974</cardID>
- <listID>2123</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>512</width>
- <height>342</height>
- </cardSize>
- <script>on SendOut
- repeat with numOfLines = 1 to number of lines in field "Connections"
- Put line numOfLInes of field "Connection Strength" into ConStrength
- Put field "Output" into OutputVal
- get line numOfLInes of field "Connections"
- put number of chars in it into numChar
- repeat with numOfChar = 9 to numChar
- put char numOfChar of it after PSNeuron
- end repeat
- Add (ConStrength*OutPutVal) to field "Input" of card id PSNeuron
- Put empty into PSNeuron
- end repeat
- end SendOut
-
- on openStack
- go to first card
- end openstack
-
- on closeStack
- go to card id 2974
- hide card button id 6
- end closeStack
-
- </script>
- <background id="2797" file="background_2797.xml" name="" />
- <background id="3729" file="background_3729.xml" name="" />
- <background id="3959" file="background_3959.xml" name="" />
- <card id="2974" file="card_2974.xml" marked="false" name="Help Card" owner="2797" />
- <card id="4187" file="card_4187.xml" marked="false" name="" owner="3959" />
- <card id="4651" file="card_4651.xml" marked="false" name="" owner="3729" />
- </stack>
-